home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Bus
/
A
/
4D Feb Etrnls.cpt
/
Feb.Ext.rsrc
/
4DTE_15018
< prev
next >
Wrap
Text File
|
1988-02-16
|
520b
|
11 lines
GetPopMenu(Var1;Var2;Var3)
Var1 is the handle to an external area
Var2 is a numeric variable
Var3 is an alphanumeric variable
You call GetPopMenu in each During phase of a layout procedure of a layout which contains a Popup menu.
If the During call is due to an action of the user in the menu. Var2 contains the ID of the selected item and Var3 contains the text of the item.
If the user has not selected an item or if the During call is due to another event, Var2 is equal to 0 and Var3 is an empty string.